home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / webftp / webftp30.exe / {app} / WebFtp3.exe / 0 / RCDATA / TFORMNEWACCOUNT / TFORMNEWACCOUNT.txt
Encoding:
Text File  |  2001-07-11  |  7.7 KB  |  312 lines

  1. object FormNewAccount: TFormNewAccount
  2.   Left = 423
  3.   Top = 266
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Create a New Profile'
  7.   ClientHeight = 328
  8.   ClientWidth = 432
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Button1: TButton
  22.     Left = 112
  23.     Top = 296
  24.     Width = 75
  25.     Height = 25
  26.     Caption = '< Back'
  27.     Enabled = False
  28.     TabOrder = 2
  29.     OnClick = Button1Click
  30.   end
  31.   object Button2: TButton
  32.     Left = 192
  33.     Top = 296
  34.     Width = 75
  35.     Height = 25
  36.     Caption = 'Next >'
  37.     Default = True
  38.     TabOrder = 1
  39.     OnClick = Button2Click
  40.   end
  41.   object Button3: TButton
  42.     Left = 352
  43.     Top = 296
  44.     Width = 75
  45.     Height = 25
  46.     Cancel = True
  47.     Caption = 'Cancel'
  48.     TabOrder = 3
  49.     OnClick = Button3Click
  50.   end
  51.   object Panel1: TPanel
  52.     Left = -2
  53.     Top = -2
  54.     Width = 444
  55.     Height = 289
  56.     BevelOuter = bvNone
  57.     TabOrder = 0
  58.     object Page: TPageControl
  59.       Left = 0
  60.       Top = -2
  61.       Width = 444
  62.       Height = 294
  63.       ActivePage = Tab1
  64.       Anchors = [akLeft, akTop, akRight, akBottom]
  65.       TabHeight = 1
  66.       TabOrder = 0
  67.       TabWidth = 1
  68.       OnChange = PageChange
  69.       object Tab1: TTabSheet
  70.         Caption = 'Tab1'
  71.         object Label1: TLabel
  72.           Left = 16
  73.           Top = 16
  74.           Width = 401
  75.           Height = 41
  76.           AutoSize = False
  77.           Caption = 
  78.             'This Wizard will help you set up a new profile. A profile is a c' +
  79.             'ontainer for information about how to connect to a particular se' +
  80.             'rver. You can have as many different profiles as you like. Pleas' +
  81.             'e enter a friendly name for this profile.'
  82.           WordWrap = True
  83.         end
  84.         object Label2: TLabel
  85.           Left = 24
  86.           Top = 106
  87.           Width = 73
  88.           Height = 17
  89.           AutoSize = False
  90.           Caption = 'Profile Name:'
  91.         end
  92.         object Label3: TLabel
  93.           Left = 32
  94.           Top = 256
  95.           Width = 361
  96.           Height = 17
  97.           Alignment = taCenter
  98.           AutoSize = False
  99.           Caption = 'Please click Next to continue.'
  100.         end
  101.         object Edit_Name: TEdit
  102.           Left = 104
  103.           Top = 104
  104.           Width = 257
  105.           Height = 21
  106.           HelpContext = 1
  107.           TabOrder = 0
  108.         end
  109.       end
  110.       object Tab2: TTabSheet
  111.         Caption = 'Tab2'
  112.         ImageIndex = 1
  113.         object Label4: TLabel
  114.           Left = 32
  115.           Top = 256
  116.           Width = 361
  117.           Height = 17
  118.           Alignment = taCenter
  119.           AutoSize = False
  120.           Caption = 'Please click Next to continue or Back to make changes.'
  121.         end
  122.         object Label5: TLabel
  123.           Left = 24
  124.           Top = 106
  125.           Width = 73
  126.           Height = 17
  127.           AutoSize = False
  128.           Caption = 'Host Address:'
  129.         end
  130.         object Label6: TLabel
  131.           Left = 16
  132.           Top = 16
  133.           Width = 393
  134.           Height = 41
  135.           AutoSize = False
  136.           Caption = 
  137.             'Please enter the host address and choose the type of server the ' +
  138.             'host is. If you are not sure of the server type, choose other. Y' +
  139.             'ou can make changes to profiles using the Profile Manager.'
  140.           WordWrap = True
  141.         end
  142.         object Label13: TLabel
  143.           Left = 24
  144.           Top = 144
  145.           Width = 73
  146.           Height = 17
  147.           AutoSize = False
  148.           Caption = 'Server Type:'
  149.         end
  150.         object Edit_Host: TEdit
  151.           Left = 104
  152.           Top = 104
  153.           Width = 257
  154.           Height = 21
  155.           HelpContext = 4
  156.           TabOrder = 0
  157.         end
  158.         object ComboServer: TComboBox
  159.           Left = 104
  160.           Top = 144
  161.           Width = 257
  162.           Height = 21
  163.           HelpContext = 5
  164.           Style = csDropDownList
  165.           ItemHeight = 13
  166.           TabOrder = 1
  167.           Items.Strings = (
  168.             'Standard Unix Type'
  169.             'Apple Unix Type'
  170.             'DOS Type'
  171.             'MVS Multi-Net Type'
  172.             'AS400 Type'
  173.             'Other (Unknown Type)'
  174.             ' ')
  175.         end
  176.       end
  177.       object TabSheet1: TTabSheet
  178.         Caption = 'TabSheet1'
  179.         ImageIndex = 2
  180.         object Label7: TLabel
  181.           Left = 24
  182.           Top = 106
  183.           Width = 73
  184.           Height = 17
  185.           AutoSize = False
  186.           Caption = 'User Name:'
  187.         end
  188.         object Label8: TLabel
  189.           Left = 32
  190.           Top = 256
  191.           Width = 361
  192.           Height = 17
  193.           Alignment = taCenter
  194.           AutoSize = False
  195.           Caption = 'Please click Next to continue or Back to make changes.'
  196.         end
  197.         object Label9: TLabel
  198.           Left = 32
  199.           Top = 140
  200.           Width = 65
  201.           Height = 17
  202.           AutoSize = False
  203.           Caption = 'Password:'
  204.         end
  205.         object Label10: TLabel
  206.           Left = 16
  207.           Top = 16
  208.           Width = 393
  209.           Height = 49
  210.           AutoSize = False
  211.           Caption = 
  212.             'Please enter your user name and password. If you want to logon t' +
  213.             'o a server anonymously, check the anonymous box and use your ema' +
  214.             'il address as the password.'
  215.           WordWrap = True
  216.         end
  217.         object Edit_User: TEdit
  218.           Left = 104
  219.           Top = 104
  220.           Width = 257
  221.           Height = 21
  222.           HelpContext = 2
  223.           TabOrder = 0
  224.         end
  225.         object Edit_Pass: TEdit
  226.           Left = 104
  227.           Top = 138
  228.           Width = 257
  229.           Height = 21
  230.           HelpContext = 3
  231.           PasswordChar = '*'
  232.           TabOrder = 1
  233.         end
  234.         object CheckAnon: TCheckBox
  235.           Left = 104
  236.           Top = 168
  237.           Width = 97
  238.           Height = 17
  239.           HelpContext = 7
  240.           Caption = 'Anonymous'
  241.           TabOrder = 2
  242.           OnClick = CheckAnonClick
  243.         end
  244.       end
  245.       object TabSheet2: TTabSheet
  246.         Caption = 'TabSheet2'
  247.         ImageIndex = 3
  248.         object Label11: TLabel
  249.           Left = 32
  250.           Top = 140
  251.           Width = 65
  252.           Height = 17
  253.           AutoSize = False
  254.           Caption = 'Proxy Name:'
  255.         end
  256.         object Label12: TLabel
  257.           Left = 25
  258.           Top = 16
  259.           Width = 385
  260.           Height = 49
  261.           AutoSize = False
  262.           Caption = 
  263.             'Check the "Use Passive Mode" box if you would like this account ' +
  264.             'to be passive. If the server requires a proxy, please check the ' +
  265.             'proxy box and enter the name for the proxy. If there is no proxy' +
  266.             ', leave blank. Click Finish to create the profile.'
  267.           WordWrap = True
  268.         end
  269.         object CheckProxy: TCheckBox
  270.           Left = 104
  271.           Top = 112
  272.           Width = 97
  273.           Height = 17
  274.           HelpContext = 8
  275.           Caption = 'Uses Proxy'
  276.           TabOrder = 0
  277.           OnClick = CheckProxyClick
  278.         end
  279.         object Edit_Proxy: TEdit
  280.           Left = 104
  281.           Top = 138
  282.           Width = 257
  283.           Height = 21
  284.           HelpContext = 9
  285.           Color = clBtnFace
  286.           Enabled = False
  287.           PasswordChar = '*'
  288.           TabOrder = 1
  289.         end
  290.         object CheckPassive: TCheckBox
  291.           Left = 104
  292.           Top = 80
  293.           Width = 113
  294.           Height = 17
  295.           HelpContext = 6
  296.           Caption = 'Use Passive Mode'
  297.           TabOrder = 2
  298.         end
  299.       end
  300.     end
  301.   end
  302.   object ButHelp: TButton
  303.     Left = 272
  304.     Top = 296
  305.     Width = 75
  306.     Height = 25
  307.     Caption = '&Help'
  308.     TabOrder = 4
  309.     OnClick = ButHelpClick
  310.   end
  311. end
  312.